Adwaita: keep pathbar the same height as imagebuttons
authorJakub Steiner <jimmac@gmail.com>
Fri, 12 Sep 2014 12:02:05 +0000 (14:02 +0200)
committerJakub Steiner <jimmac@gmail.com>
Fri, 12 Sep 2014 12:03:04 +0000 (14:03 +0200)
- the previous patch introduced uneven height on the toolbar

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 15da98545d97fee66c30b95b90f4dd54339b7367..9bc7656b02ffc351e9c40202855a86e92ae0036a 100644 (file)
@@ -1091,7 +1091,7 @@ GtkComboBox {
  ************/
 
 .path-bar .button {
-  padding: 6px;
+  padding: 5px 6px 6px;
   &:first-child { padding-left: 8px; }
   &:last-child { padding-right: 8px; }
   &:only-child {
index bab964572373590f481d536f186f7b8b725c351b..05748a51fb0555a245f8b5eef4f06bc72f878a97 100644 (file)
@@ -1717,7 +1717,7 @@ GtkComboBox {
 .titlebar .path-bar .button.titlebutton,
 .path-bar GtkCalendar.header .button.titlebutton,
 GtkCalendar.header .path-bar .button.titlebutton {
-  padding: 6px; }
+  padding: 5px 6px 6px; }
   .path-bar .button:first-child {
     padding-left: 8px; }
   .path-bar .button:last-child {
index fa506108eea842b8589a5c47f59af4e790a2682b..75dec98fbd454795fdf068b16fd90fed7ce78065 100644 (file)
@@ -1709,7 +1709,7 @@ GtkComboBox {
 .titlebar .path-bar .button.titlebutton,
 .path-bar GtkCalendar.header .button.titlebutton,
 GtkCalendar.header .path-bar .button.titlebutton {
-  padding: 6px; }
+  padding: 5px 6px 6px; }
   .path-bar .button:first-child {
     padding-left: 8px; }
   .path-bar .button:last-child {